Coder Social home page Coder Social logo

ingram1107 / aedile.nvim Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 43 KB

A Neovim plugin that open REPL in a split window according to the current buffer filetype

License: GNU General Public License v3.0

Lua 100.00%
lua neovim nvim nvim-plugin repl

aedile.nvim's People

Contributors

ingram1107 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

aedile.nvim's Issues

Create split window w/o moving the cursor

I notice that by using vim.cmd, it is not possible to open a split window w/o having the cursor to change its position to the newly created window. According to documentation, it should be possible to create a window by using a lua api call to nvim (by calling nvim_open_win).

Can't alter the ft_table

It seems like ft_table does not alter the default settings:

local ft_table = {
  lua = 'lua',
  lisp = 'sbcl',
  python = 'python',
}

I want to change lua repl to luajit, so the following setting should be work:

local aedile = require('aedile')
aedile = {
  lua = 'luajit',
}

However, after I call lua require('aedile').open_repl(), it does not open luajit as I expected. Instead it open lua like the table does not experience change.

Fail to toggle back REPL after :q

After :q to exit the terminal buffer, this plugin fail to track the window_id since current if else statement fail to handle to this case.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.